/*Catering menu styles*/
/*
table
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

th
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px;
	font-style: oblique;
	width: 100%;
}

td
{
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;	
}

td.price
{
	font-family: inherit;
	font-weight: bolder;
	font-size: inherit;
	font-style: inherit;	
}
*/
/*Header catering menu item*/
/*
td.catering-header
{
	font-family: inherit;
	font-weight: bold;
	font-size: inherit;
	font-style: inherit;
	text-align: left;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	font-style: normal;
}

p.description
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}
*/

span
{
	font-family: Arial, Helvetica, sans-serif;
}

/*Catering menu lists*/
span.description
{
	font-family: inherit;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding: 4px;
}

span.price
{
	font-family: inherit;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding: 4px;
}

/*Catering menu bulleted lists*/
ul.catering-description
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding: 4px;
}

.contact-us
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	padding: 4px;
	margin: 4px;
}

ol.contact-us
{
	display: block;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	vertial-align: text-top;
}


ul.contact-us
{
	display: block;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding: 4px;
	margin: 4px;
}